Skip to content

Commit

Permalink
Fix mingw git url in common.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
franzflasch authored Aug 16, 2023
1 parent fdd1687 commit a5662fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit a5662fd

Please sign in to comment.