Skip to content

Commit 323d89e

Browse files
committed
Fix path
1 parent b3384a7 commit 323d89e

File tree

1 file changed

+1
-1
lines changed
  • dev/tasks/linux-packages/apache-arrow

1 file changed

+1
-1
lines changed

dev/tasks/linux-packages/apache-arrow/Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class ApacheArrowPackageTask < PackageTask
6060

6161
def download_rc_archive
6262
base_url = "https://github.com/#{github_repository}"
63-
base_url += "/releases/download/#{@version}"
63+
base_url += "/releases/download/apache-arrow-#{@version}"
6464
archive_name_no_rc = @archive_name.gsub(/-rc\d+(\.tar\.gz)\z/, "\\1")
6565
url = "#{base_url}/#{archive_name_no_rc}"
6666
download(url, @archive_name)

0 commit comments

Comments
 (0)