Skip to content

Commit f066446

Browse files
committed
build-mingw-w64: Switch to another github mirror
This one seems to (currently) be a bit more up to date.
1 parent 3a9264f commit f066446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-mingw-w64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if [ -z "$CHECKOUT_ONLY" ]; then
4848
fi
4949

5050
if [ ! -d mingw-w64 ]; then
51-
git clone https://github.com/mirror/mingw-w64
51+
git clone https://github.com/mingw-w64/mingw-w64
5252
CHECKOUT=1
5353
fi
5454

0 commit comments

Comments
 (0)