Skip to content

Commit

Permalink
build: fix zig url
Browse files Browse the repository at this point in the history
  • Loading branch information
dundargoc committed Oct 2, 2024
1 parent e10ef0d commit 0da8adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Install Zig
run: |
curl -O https://ziglang.org/builds/zig-linux-$(arch)-$ZIG_VERSION.tar.xz
curl -O https://ziglang.org/download/$ZIG_VERSION/zig-linux-$(arch)-$ZIG_VERSION.tar.xz
tar -xf zig-linux-$(arch)-$ZIG_VERSION.tar.xz
rm -rf zig-linux-$(arch)-$ZIG_VERSION.tar.xz
ln -s $(pwd)/zig-linux-$(arch)-$ZIG_VERSION/zig $BIN_DIR/zig
Expand Down

0 comments on commit 0da8adc

Please sign in to comment.