Skip to content

Commit e58cd31

Browse files
authored
Update make.yml
1 parent 2ade9cd commit e58cd31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
shell: powershell
4646
run: |
4747
New-Variable -Option Constant -Name VAR -Value @{
48-
Uri = 'https://sourceforge.net/projects/lazarus/files/Lazarus%20Windows%2064%20bits/Lazarus%203.6/lazarus-3.6-fpc-3.2.2-win64.exe/download'
48+
Uri = 'https://download.lazarus-ide.org/Lazarus%20Windows%2064%20bits/Lazarus%203.6/lazarus-3.6-fpc-3.2.2-win64.exe'
4949
OutFile = (New-TemporaryFile).FullName + '.exe'
5050
}
5151
Invoke-WebRequest @VAR

0 commit comments

Comments
 (0)