Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jesse-wei committed Nov 19, 2024
1 parent f0f24ab commit b1ca361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/sh/install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

INSTALL_DIR=$HOME/.comp541
MIPS_EMULATOR=https://github.com/madiali/mips-emulator/releases/latest/download/mips-emulator-1.0.2.jar
MIPS_EMULATOR=https://github.com/madiali/mips-emulator/releases/latest/download/mips-emulator-1.0.3.jar
# Must be a version with fx bundled
JAVA_VER="17.0.9.fx-librca"
# String after final slash in URL
Expand Down

0 comments on commit b1ca361

Please sign in to comment.