File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -519,7 +519,7 @@ jobs:
519
519
$BARON_DIR = "${env:TPL_DIR}/baron"
520
520
echo "$BARON_DIR" | `
521
521
Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
522
- $URL = "https://www. minlp.com/downloads/xecs/baron/current/"
522
+ $URL = "https://minlp.com/downloads/xecs/baron/current/"
523
523
if ( "${{matrix.TARGET}}" -eq "win" ) {
524
524
$INSTALLER = "${env:DOWNLOAD_DIR}/baron_install.exe"
525
525
$URL += "baron-win64.exe"
Original file line number Diff line number Diff line change @@ -562,7 +562,7 @@ jobs:
562
562
$BARON_DIR = "${env:TPL_DIR}/baron"
563
563
echo "$BARON_DIR" | `
564
564
Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
565
- $URL = "https://www. minlp.com/downloads/xecs/baron/current/"
565
+ $URL = "https://minlp.com/downloads/xecs/baron/current/"
566
566
if ( "${{matrix.TARGET}}" -eq "win" ) {
567
567
$INSTALLER = "${env:DOWNLOAD_DIR}/baron_install.exe"
568
568
$URL += "baron-win64.exe"
You can’t perform that action at this time.
0 commit comments