From 9716fa90dc08693b842b491f9c764c37c0fb4f9f Mon Sep 17 00:00:00 2001 From: Hongze Zhang Date: Wed, 29 Nov 2023 12:13:12 +0800 Subject: [PATCH] Update get_velox.sh --- ep/build-velox/src/get_velox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh index 73a3bfcc7f08..e3425c4875c1 100755 --- a/ep/build-velox/src/get_velox.sh +++ b/ep/build-velox/src/get_velox.sh @@ -16,7 +16,7 @@ set -exu -VELOX_REPO=https://github.com/oap-velox/velox.git +VELOX_REPO=https://github.com/oap-project/velox.git VELOX_BRANCH=update VELOX_HOME=""