From a5662fd920266b757550b9f5c5f4b96ec8673ed6 Mon Sep 17 00:00:00 2001 From: franzflasch Date: Wed, 16 Aug 2023 19:57:26 +0200 Subject: [PATCH] Fix mingw git url in common.sh --- configs/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/common.sh b/configs/common.sh index f641509..a8735c4 100644 --- a/configs/common.sh +++ b/configs/common.sh @@ -37,7 +37,7 @@ function setup_common_urls_git() { AVRLIBC_GIT_URL="https://github.com/avrdudes/avr-libc.git" GDB_GIT_URL="git://sourceware.org/git/binutils-gdb.git" PICOLIBC_GIT_URL="https://github.com/keith-packard/picolibc.git" - MINGW_GIT_URL="https://github.com/mirror/mingw-w64.git" + MINGW_GIT_URL="https://github.com/mingw-w64/mingw-w64.git" # Use kraj's mirror to be able to use shallow clones: UCLIBC_NG_GIT_URL="https://github.com/kraj/uclibc-ng.git" #UCLIBC_NG_GIT_URL="https://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng.git/"