Skip to content

Commit 1c630e3

Browse files
georgeglarsonclaude
andcommitted
Fix Zig download URL: arch-os order is zig-x86_64-linux, not zig-linux-x86_64
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9173d48 commit 1c630e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
- uses: actions/checkout@v4
3232
- name: Install Zig 0.14.1
3333
run: |
34-
curl -L https://ziglang.org/download/0.14.1/zig-linux-x86_64-0.14.1.tar.xz | tar -xJ
35-
echo "$PWD/zig-linux-x86_64-0.14.1" >> "$GITHUB_PATH"
34+
curl -L https://ziglang.org/download/0.14.1/zig-x86_64-linux-0.14.1.tar.xz | tar -xJ
35+
echo "$PWD/zig-x86_64-linux-0.14.1" >> "$GITHUB_PATH"
3636
- run: make test
3737

3838
morse-code:

0 commit comments

Comments
 (0)