fix bazelci.py url
diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py
index 643412f..01abc1f 100644
--- a/buildkite/bazelci.py
+++ b/buildkite/bazelci.py
@@ -165,7 +165,7 @@
   '''
   URL to the latest version of this script.
   '''
-  return "https://raw.githubusercontent.com/bazelbuild/continuous-integration/master/buildkite/pipelines/bazelci.py"
+  return "https://raw.githubusercontent.com/bazelbuild/continuous-integration/master/buildkite/bazelci.py"
 
 
 def eprint(*args, **kwargs):