fix pre-built tools clone

This commit is contained in:
Sagar Karandikar 2018-05-21 04:54:54 +00:00
parent 7aca3d6fce
commit 5a837befc0
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ if [ $# -eq 0 ]; then
# handle case where no args passed. default to FASTINSTALL false
FASTINSTALL=false
elif [ "$1" = "fast" ]; then
git clone https://github.com:firesim/firesim-riscv-tools-prebuilt.git
git clone https://github.com/firesim/firesim-riscv-tools-prebuilt.git
cd firesim-riscv-tools-prebuilt
PREBUILTHASH="$(cat HASH)"
cd ../target-design/firechip