diff --git a/thirdparty/luv/HPKBUILD b/thirdparty/luv/HPKBUILD index 5344ceef9deceaf886255f8f824af7d0928357f7..3c040ad3cf91e1fd08ad68a1646e19e42b884829 100644 --- a/thirdparty/luv/HPKBUILD +++ b/thirdparty/luv/HPKBUILD @@ -54,7 +54,7 @@ prepare() { then return -1 fi - git clone https://gitee.com/mirrors/LuaJIT.git deps/luajit >> `pwd`/build.log 2>&1 + git clone https://gitee.com/wu-guangzhao/LuaJIT.git deps/luajit >> `pwd`/build.log 2>&1 if [ $? != 0 ] then return -2