diff --git a/wsc b/wsc index 8f7095e..3a0bb79 100755 --- a/wsc +++ b/wsc @@ -792,7 +792,7 @@ case $X in echo -en $fRED "Deleting the old wine source tree $RES\n" rm -rf ./wine-vanilla echo -en $fRED "Getting a new copy of the wine source $RES\n" - git clone git://source.winehq.org/git/wine.git ./wine-vanilla + git clone https://github.com/wine-mirror/wine.git ./wine-vanilla ;;