Update buildtools pipeline to point to new location (#2800)

Work towards https://github.com/bazel-contrib/buildtools/issues/1489
diff --git a/buildkite/terraform/bazel/pipelines_misc.tf b/buildkite/terraform/bazel/pipelines_misc.tf
index fb92781..184fa0b 100644
--- a/buildkite/terraform/bazel/pipelines_misc.tf
+++ b/buildkite/terraform/bazel/pipelines_misc.tf
@@ -1231,7 +1231,7 @@
 
 resource "buildkite_pipeline" "buildtools" {
   name                       = "Buildtools"
-  repository                 = "https://github.com/bazelbuild/buildtools.git"
+  repository                 = "https://github.com/bazel-contrib/buildtools.git"
   default_branch             = "main"
   steps                      = templatefile("pipeline.yml.tpl", { envs = {}, steps = { commands = ["curl -sS \"https://raw.githubusercontent.com/bazelbuild/continuous-integration/master/buildkite/bazelci.py?$(date +%s)\" -o bazelci.py", "bash -c 'set -euo pipefail; python3 bazelci.py project_pipeline | tee /dev/tty | buildkite-agent pipeline upload'"] } })
   allow_rebuilds             = true