Commit 4fde3ff
committed
fix: correct Zig download URL format for 0.14.1+
Zig changed the download URL format starting with v0.14.1:
- Old format: zig-linux-x86_64-VERSION.tar.xz
- New format: zig-x86_64-linux-VERSION.tar.xz
Changes:
- Switch from /builds to /download endpoint
- Use correct ARCH-PLATFORM order (not PLATFORM-ARCH)
- Add comment documenting the format change
This fixes the 404 error when downloading Zig 0.15.2.1 parent eda89ec commit 4fde3ff
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
0 commit comments