Skip to content

Commit f2b857a

Browse files
committed
Change bdkFFI xcframework download url to bitcoindevkit repo release
1 parent e450668 commit f2b857a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ let package = Package(
2424
// Targets can depend on other targets in this package, and on products in packages this package depends on.
2525
.binaryTarget(
2626
name: "bdkFFI",
27-
url: "https://github.com/notmandatory/bdk-swift/releases/download/0.1.7/bdkFFI.xcframework.zip",
27+
url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/0.1.4/bdkFFI.xcframework.zip",
2828
checksum: "dc51c5c61b78e06fba45fe7d55978726f6f6bb609c2b369f12f3f2e5c24b9ed5"),
2929
// .binaryTarget(name: "bdkFFI", path: "./bdkFFI.xcframework"),
3030
.target(

0 commit comments

Comments
 (0)