aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/command_base.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/servo/command_base.py')
-rw-r--r--python/servo/command_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/command_base.py b/python/servo/command_base.py
index d1ed5271b67..7430247a2e3 100644
--- a/python/servo/command_base.py
+++ b/python/servo/command_base.py
@@ -42,7 +42,7 @@ from servo.packages import WINDOWS_MSVC as msvc_deps
from servo.util import host_triple
BIN_SUFFIX = ".exe" if sys.platform == "win32" else ""
-NIGHTLY_REPOSITORY_URL = "https://servo-builds.s3.amazonaws.com/"
+NIGHTLY_REPOSITORY_URL = "https://servo-builds2.s3.amazonaws.com/"
@contextlib.contextmanager