diff --git a/crates/binstalk-git-repo-api/src/gh_api_client.rs b/crates/binstalk-git-repo-api/src/gh_api_client.rs
index af0b2ab2..f7d6a6ef 100644
--- a/crates/binstalk-git-repo-api/src/gh_api_client.rs
+++ b/crates/binstalk-git-repo-api/src/gh_api_client.rs
@@ -12,6 +12,7 @@ use std::{
use binstalk_downloader::remote;
use compact_str::{format_compact, CompactString};
use tokio::sync::OnceCell;
+use url::Url;
mod common;
mod error;
@@ -210,7 +211,7 @@ impl GhApiClient {
release,
artifact_name,
}: GhReleaseArtifact,
- ) -> Result