Skip to content

Commit

Permalink
fix copy pasta mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Joon-Klaps committed Jul 19, 2024
1 parent b451da4 commit 9028ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-beast.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

beast_name="v10.5.0-beta3"
beast_version="v10.5.0-beta3"
beast_name="BEAST_X_${beast_version}"

wget --quiet https://github.com/beast-dev/beast-mcmc/releases/download/${beast_version}/${beast_name}.tgz -O ${beast_name}.tgz
Expand Down

0 comments on commit 9028ec5

Please sign in to comment.