Skip to content

Commit 32de44c

Browse files
committed
Update ant zip url
Signed-off-by: Stefan Marr <[email protected]>
1 parent 6d4c773 commit 32de44c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ install:
1010
Add-Type -AssemblyName System.IO.Compression.FileSystem
1111
if (!(Test-Path -Path "C:\ant\apache-ant-1.10.2" )) {
1212
(new-object System.Net.WebClient).DownloadFile(
13-
'http://www.mirrorservice.org/sites/ftp.apache.org//ant/binaries/apache-ant-1.10.2-bin.zip',
13+
'https://www.apache.org/dist/ant/binaries/apache-ant-1.10.5-bin.zip',
1414
'C:\ant-bin.zip'
1515
)
1616
[System.IO.Compression.ZipFile]::ExtractToDirectory("C:\ant-bin.zip", "C:\ant")

0 commit comments

Comments
 (0)