Add a retry to the musl download
This download has occasionally been failing in CI recently. Add a retry so this is less likely to cause the workflow to fail.
This commit is contained in:
parent
b3d57f8c28
commit
6ac9c14933
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ fname=musl-1.2.5.tar.gz
|
|||
sha=a9a118bbe84d8764da0ea0d28b3ab3fae8477fc7e4085d90102b8596fc7c75e4
|
||||
|
||||
mkdir musl
|
||||
curl -L "https://musl.libc.org/releases/$fname" -O
|
||||
curl -L "https://musl.libc.org/releases/$fname" -O --retry 5
|
||||
|
||||
case "$(uname -s)" in
|
||||
MINGW*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue