Skip to content

Commit 95c1fc0

Browse files
committed
downloads: download zlib from github
zlib.net's CDN started throwing up errors. I was first able to work around it by switching from the default User-Agent header. But that only worked part of the time in CI. Switching to github.com seems more reliable.
1 parent 0450bf1 commit 95c1fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonbuild/downloads.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@
382382
"license_public_domain": True,
383383
},
384384
"zlib": {
385-
"url": "https://zlib.net/fossils/zlib-1.2.13.tar.gz",
385+
"url": "https://github.com/madler/zlib/releases/download/v1.2.13/zlib-1.2.13.tar.gz",
386386
"size": 1497445,
387387
"sha256": "b3a24de97a8fdbc835b9833169501030b8977031bcb54b3b3ac13740f846ab30",
388388
"version": "1.2.13",

0 commit comments

Comments
 (0)