Skip to content

Commit ac53951

Browse files
committed
Fix cobalt URL
1 parent 3eff22b commit ac53951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- name: Install Cobalt
1616
run: |
17-
wget https://github.com/cobalt-org/cobalt.rs/releases/download/v0.20.0/cobalt-v0.20.0-x86_64-unknown-linux-musl.tar.gz
17+
wget https://github.com/cobalt-org/cobalt.rs/releases/download/v0.20.0/cobalt-v0.20.0-x86_64-unknown-linux-gnu.tar.gz
1818
tar -xzf cobalt-*.tar.gz
1919
sudo mv cobalt /usr/local/bin/
2020
- name: Build Cobalt site

0 commit comments

Comments
 (0)