You can try to clean the Gradle caches to force a fresh download:
flutter clean
rm -rf ~/.gradle/wrapper/dists ~/.gradle/caches android/.gradle
flutter pub get
and then check the wrapper URL:
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
retry:
flutter run -v