Skip to content

Commit

Permalink
fixes ViperTools download URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
ArquintL committed May 19, 2021
1 parent af79daa commit 39fc978
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,13 +269,13 @@ jobs:
name: [latest, release]
include:
- name: latest
win-tools-url: "http://viper.ethz.ch/downloads/ViperToolsLastReleaseWin.zip"
linux-tools-url: "http://viper.ethz.ch/downloads/ViperToolsLastReleaseLinux.zip"
mac-tools-url: "http://viper.ethz.ch/downloads/ViperToolsLastReleaseMac.zip"
- name: release
win-tools-url: "http://viper.ethz.ch/downloads/ViperToolsNightlyWin.zip"
linux-tools-url: "http://viper.ethz.ch/downloads/ViperToolsNightlyLinux.zip"
mac-tools-url: "http://viper.ethz.ch/downloads/ViperToolsNightlyMac.zip"
- name: release
win-tools-url: "http://viper.ethz.ch/downloads/ViperToolsLastReleaseWin.zip"
linux-tools-url: "http://viper.ethz.ch/downloads/ViperToolsLastReleaseLinux.zip"
mac-tools-url: "http://viper.ethz.ch/downloads/ViperToolsLastReleaseMac.zip"
runs-on: ubuntu-latest
steps:
- name: Install prerequisites
Expand Down

0 comments on commit 39fc978

Please sign in to comment.