diff --git a/src/recipe/os/pacman/MSYS2.c b/src/recipe/os/pacman/MSYS2.c index 825d454..78183f4 100644 --- a/src/recipe/os/pacman/MSYS2.c +++ b/src/recipe/os/pacman/MSYS2.c @@ -22,7 +22,7 @@ os_msys2_prelude () chef_forbid_user_define(this); def_sources_begin() - {&UpstreamProvider, NULL, DelegateToUpstream}, + {&UpstreamProvider, "https://mirror.msys2.org/", DelegateToUpstream}, {&Ali, "https://mirrors.aliyun.com/msys2", DelegateToMirror}, {&Bfsu, "https://mirrors.bfsu.edu.cn/msys2", DelegateToMirror}, {&Ustc, "https://mirrors.ustc.edu.cn/msys2", DelegateToMirror},