Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit f3ef883

Browse files
author
Radu M
committed
Fix Wasmtime URL
Signed-off-by: Radu M <root@radu.sh>
1 parent 2f01eb8 commit f3ef883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/grain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: engineerd/configurator@v0.0.8
1818
with:
1919
name: "wasmtime"
20-
url: "https://github.com/bytecodealliance/wasmtime/releases/download/v0.27.0/wasmtime-v0.27.0-x86_64-linux.tar.xz?.tar.gz"
20+
url: "https://github.com/bytecodealliance/wasmtime/releases/download/v0.27.0/wasmtime-v0.27.0-x86_64-linux.tar.xz"
2121
pathInArchive: wasmtime
2222
- uses: actions/checkout@v2
2323
- name: Testing

0 commit comments

Comments
 (0)