Commit 08a9fb2
fix(aiden-runner): download release tarball with curl instead of wget
Alpine's wget 1.25 (musl) rejects the --fail flag, which broke the
download_binary stage in CI. curl -fsSL provides equivalent fail-on-HTTP-error
behavior and was validated with local buildx builds for linux/amd64 and
linux/arm64.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent abaee4b commit 08a9fb2
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments