fix rules_python url
diff --git a/buildkite/pipelines/bazelci1.py b/buildkite/pipelines/bazelci1.py
index 4f16d03..deca65b 100644
--- a/buildkite/pipelines/bazelci1.py
+++ b/buildkite/pipelines/bazelci1.py
@@ -44,7 +44,7 @@
 def downstream_projects():
     return {
         "rules_python" : {
-            "git_repository" : "https://github.com/bazebuild/rules_python",
+            "git_repository" : "https://github.com/bazelbuild/rules_python.git",
             "http_config" : "https://raw.githubusercontent.com/bazelbuild/continuous-integration/master/buildkite/pipelines/rules_python-postsubmit.json"
         }
     }