Skip to content

Commit c6e8019

Browse files
authored
Update appveyor_install_miktex-latest-minimal.ps1
1 parent 947b6bc commit c6e8019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/appveyor_install_miktex-latest-minimal.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $ErrorActionPreference = "Stop"
33
$scriptRoot = (Resolve-Path $(If ($PSScriptRoot) { $PSScriptRoot } Else { "." })).Path
44

55
$installerPath = "$scriptRoot\basic-miktex-x64.exe"
6-
$installerUrl = 'http://mirrors.rit.edu/CTAN/systems/win32/miktex/setup/windows-x64/basic-miktex-2.9.7342-x64.exe'
6+
$installerUrl = 'http://mirrors.rit.edu/CTAN/systems/win32/miktex/setup/windows-x64/basic-miktex-2.9.7386-x64.exe'
77

88
(New-Object System.Net.WebClient).DownloadFile($installerUrl, $installerPath)
99

0 commit comments

Comments
 (0)