Skip to content

Commit

Permalink
Fix arrow download failure
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE authored and yma11 committed Mar 21, 2024
1 parent 83347f9 commit bc607cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if(VELOX_ENABLE_ARROW)
set(VELOX_ARROW_BUILD_SHA256_CHECKSUM
01dd3f70e85d9b5b933ec92c0db8a4ef504a5105f78d2d8622e84279fb45c25d)
set(VELOX_ARROW_SOURCE_URL
"https://archive.apache.org/dist/arrow/arrow-${VELOX_ARROW_BUILD_VERSION}/apache-arrow-${VELOX_ARROW_BUILD_VERSION}.tar.gz"
"https://downloads.apache.org/arrow/arrow-${VELOX_ARROW_BUILD_VERSION}/apache-arrow-${VELOX_ARROW_BUILD_VERSION}.tar.gz"
)

resolve_dependency_url(ARROW)
Expand Down

0 comments on commit bc607cb

Please sign in to comment.