Skip to content

Commit cac7d27

Browse files
committed
Update MARS jar URL
1 parent 0caf12d commit cac7d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Install MARS
5555
if: ${{ !steps.cache-mars.outputs.cache-hit }}
5656
run: |
57-
wget http://courses.missouristate.edu/KenVollmar/mars/MARS_4_5_Aug2014/Mars4_5.jar \
57+
wget https://github.com/dpetersanderson/MARS/releases/download/v.4.5.1/Mars4_5.jar \
5858
-O ./.ci/mars/Mars4_5.jar
5959
- name: Run tests
6060
run: cargo test --all --verbose

0 commit comments

Comments
 (0)