niXman / mingw-builds

Scripts for building the 32 and 64-bit MinGW-W64 compilers for Windows
Other
282 stars 107 forks source link

Prefer to download from mirror servers #648

Closed starg2 closed 1 year ago

starg2 commented 1 year ago

Changed some of the URLs to https://ftpmirror.gnu.org to reduce load on the main server.

Download GMP from the GNU mirrors as well because https://gmplib.org now blocks all access from GitHub/Microsoft servers.

See also microsoft/vcpkg#32155.

niXman commented 1 year ago

thank you!