aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/bootstrap.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/servo/bootstrap.py')
-rw-r--r--python/servo/bootstrap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/bootstrap.py b/python/servo/bootstrap.py
index 1acef6e3d72..acf7c78acbb 100644
--- a/python/servo/bootstrap.py
+++ b/python/servo/bootstrap.py
@@ -128,7 +128,7 @@ def windows_msvc(context, force=False):
'''Bootstrapper for MSVC building on Windows.'''
deps_dir = os.path.join(context.sharedir, "msvc-dependencies")
- deps_url = "https://servo-deps-2.s3.amazonaws.com/msvc-deps/"
+ deps_url = "https://github.com/servo/servo-build-deps/releases/download/msvc-deps/"
def version(package):
return packages.WINDOWS_MSVC[package]