v2024_05_05
os=macos, arch=x86_64
❯ zig-out/bin/zigup fetch latest
install directory '/Users/me/zig'
mkdir '/Users/me/zig'
rm -rf '/Users/me/zig/latest.installing'
mkdir '/Users/me/zig/latest.installing'
downloading 'https://ziglang.org/download/latest/zig-macos-x86_64-latest.tar.xz' to '/Users/me/zig/latest.installing/zig-macos-x86_64-latest.tar.xz'
error: download 'https://ziglang.org/download/latest/zig-macos-x86_64-latest.tar.xz' failed: HTTP server replied with unsuccessful response '404 Not Found'
rm -rf '/Users/me/zig/latest.installing'
https://ziglang.org/download/latest/ does not exist. From what I can tell with my limited zig-knowledge zigup.zig downloads download_index_url = "https://ziglang.org/download/index.json" and I don't see how it gets this latest/ path .
v2024_05_05
os=macos, arch=x86_64
https://ziglang.org/download/latest/does not exist. From what I can tell with my limited zig-knowledgezigup.zigdownloadsdownload_index_url = "https://ziglang.org/download/index.json"and I don't see how it gets thislatest/path .