Skip to content

Commit

Permalink
dx: fix auto install zig script (oven-sh#7348)
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW authored Nov 28, 2023
1 parent 3488192 commit f511583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download-zig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ case $(uname -ms) in
;;
esac

url="https://ziglang.org/builds/zig-${platform}-${arch}-${zig_version}.tar.xz"
url="https://ziglang.org/builds/zig-${target}-${arch}-${zig_version}.tar.xz"
dest=".cache/zig-${zig_version}.tar.xz"
extract_at=".cache/zig"

Expand Down

0 comments on commit f511583

Please sign in to comment.