We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5d837c + 5ef3fe2 commit 5dba6aeCopy full SHA for 5dba6ae
.github/scripts/windows/test_task.bat
@@ -103,7 +103,7 @@ mkdir %~d0\usr\local\share\enchant\hunspell
103
if %errorlevel% neq 0 exit /b 3
104
echo Fetching enchant dicts
105
pushd %~d0\usr\local\share\enchant\hunspell
106
-powershell -Command wget http://windows.php.net/downloads/qa/appveyor/ext/enchant/dict.zip -OutFile dict.zip
+powershell -Command wget https://downloads.php.net/~windows/qa/appveyor/ext/enchant/dict.zip -OutFile dict.zip
107
unzip dict.zip
108
del /q dict.zip
109
popd
0 commit comments