Index: build/get_syzygy_binaries.py |
diff --git a/build/get_syzygy_binaries.py b/build/get_syzygy_binaries.py |
index b5424c21dd20eae82813a72a102b30d4d99bab16..08460e95a1ab6726876f361c23ecd18a228f4196 100755 |
--- a/build/get_syzygy_binaries.py |
+++ b/build/get_syzygy_binaries.py |
@@ -24,8 +24,8 @@ import zipfile |
_LOGGER = logging.getLogger(os.path.basename(__file__)) |
# The URL where official builds are archived. |
-_SYZYGY_ARCHIVE_URL = ('http://syzygy-archive.commondatastorage.googleapis.com/' |
- 'builds/official/%(revision)s') |
+_SYZYGY_ARCHIVE_URL = ('https://syzygy-archive.commondatastorage.googleapis.com' |
+ '/builds/official/%(revision)s') |
# A JSON file containing the state of the download directory. If this file and |
# directory state do not agree, then the binaries will be downloaded and |