Skip to content

Commit 2703cb7

Browse files
committed
fixup
1 parent ada2921 commit 2703cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/rustler-precompiled/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ runs:
101101
if: ${{ inputs.use-zig == 'true' && runner.os == 'Linux' && runner.arch == 'X64' }}
102102
shell: bash
103103
run: |
104-
wget -q https://ziglang.org/download/0.15.2/zig-linux-x86_64-0.15.2.tar.xz
104+
wget -q https://ziglang.org/download/0.15.2/zig-x86_64-linux-0.15.2.tar.xz
105105
tar -xf zig-linux-x86_64-0.15.2.tar.xz
106106
sudo mv zig-linux-x86_64-0.15.2 /usr/local/zig
107107
echo "/usr/local/zig" >> $GITHUB_PATH

0 commit comments

Comments
 (0)