Skip to content

Commit 9c1c01e

Browse files
committed
follow redirects
1 parent d4824b9 commit 9c1c01e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/scripts/install-mingw.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if isWindows && isKnownToBeMingwBuild; then
4141

4242
mingw_dir="mingw${bits}"
4343

44-
curl -o mingw.7z "${TMP_URL}/${mingw_archive}"
44+
curl -Lo mingw.7z "${TMP_URL}/${mingw_archive}"
4545
7z x -y mingw.7z > /dev/null
4646
ciCommandAddPath "$(cygpath -m "$(pwd)/${mingw_dir}/bin")"
4747

0 commit comments

Comments
 (0)