Commit 401bfa8
fix: download zlib from zlib.net/fossils (root URL now 404s)
zlib.net only serves the current release at the root path; older versions
are moved to the permanent /fossils/ archive. zlib 1.3.2 is now current,
so https://zlib.net/zlib-1.3.1.tar.gz returns 404, which made wget write
no file and the subsequent `tar xzf zlib-1.3.1.tar.gz` fail, breaking the
gocr WASI build.
Point the pinned 1.3.1 download at /fossils/, which is a permanent archive
and won't move again when future zlib versions are released.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 77d1f65 commit 401bfa8
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| |||
0 commit comments