We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83362a7 commit 4168997Copy full SHA for 4168997
.github/actions/1-setup/action.yml
@@ -161,7 +161,8 @@ runs:
161
162
url='https://curl.se/windows/latest.cgi?p=win64-mingw.zip'
163
if [[ '${{ inputs.arch }}' == x86 ]]; then
164
- url='https://curl.se/windows/latest.cgi?p=win32-mingw.zip'
+ # this is the latest *official* 32-bit build
165
+ url='https://curl.se/windows/dl-8.15.0_5/curl-8.15.0_5-win32-mingw.zip'
166
fi
167
168
curl -fL --retry 3 --max-time 60 -o libcurl.zip "$url"
0 commit comments