Skip to content

Commit 3351dae

Browse files
committed
Merge branch 'PHP-8.4'
* PHP-8.4: Download enchant dict from downloads.php.net
2 parents 1a2b370 + 89f10e6 commit 3351dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/windows/test_task.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ mkdir %~d0\usr\local\share\enchant\hunspell
9999
if %errorlevel% neq 0 exit /b 3
100100
echo Fetching enchant dicts
101101
pushd %~d0\usr\local\share\enchant\hunspell
102-
powershell -Command wget http://windows.php.net/downloads/qa/appveyor/ext/enchant/dict.zip -OutFile dict.zip
102+
powershell -Command wget https://downloads.php.net/~windows/qa/appveyor/ext/enchant/dict.zip -OutFile dict.zip
103103
unzip dict.zip
104104
del /q dict.zip
105105
popd

0 commit comments

Comments
 (0)