diff --git a/installing_deps.sh b/installing_deps.sh index ff2df4c6..1380a02c 100755 --- a/installing_deps.sh +++ b/installing_deps.sh @@ -80,7 +80,7 @@ sudo make install popd # ARDB # -test ! -d ardb/ && git clone https://github.com/yinqiwen/ardb.git +test ! -d ardb/ && git clone https://github.com/ail-project/ardb.git pushd ardb/ make popd