init.sh: modify the URL of chisel-playground

This commit is contained in:
Zihao Yu 2024-04-11 02:17:34 +08:00
parent 45b0981285
commit d1116915d4
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ case $1 in
echo "chisel repo is already initialized, skipping..."
else
rm -rf npc
init OpenXiangShan/chisel-playground master npc true NPC_HOME
init OSCPU/chisel-playground master npc true NPC_HOME
fi
;;
npc)