Skip to content

Commit 0cb618e

Browse files
PHILO-HEyma11
authored andcommitted
Fix arrow download failure
1 parent a52ee60 commit 0cb618e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ if(VELOX_ENABLE_ARROW)
6060
set(VELOX_ARROW_BUILD_SHA256_CHECKSUM
6161
01dd3f70e85d9b5b933ec92c0db8a4ef504a5105f78d2d8622e84279fb45c25d)
6262
set(VELOX_ARROW_SOURCE_URL
63-
"https://archive.apache.org/dist/arrow/arrow-${VELOX_ARROW_BUILD_VERSION}/apache-arrow-${VELOX_ARROW_BUILD_VERSION}.tar.gz"
63+
"https://downloads.apache.org/arrow/arrow-${VELOX_ARROW_BUILD_VERSION}/apache-arrow-${VELOX_ARROW_BUILD_VERSION}.tar.gz"
6464
)
6565

6666
resolve_dependency_url(ARROW)

0 commit comments

Comments
 (0)